From edb4724e36256c495a6aa3cf1a12722efe271f9d Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Fri, 28 Sep 2018 09:39:58 +0100 Subject: [PATCH] x86: undefine BOOSTRAP_MAP_LIMIT after its last user Requested-by: Jan Beulich Signed-off-by: Wei Liu Acked-by: Jan Beulich --- xen/arch/x86/setup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c index cf404ecf12..ae6f4d95c1 100644 --- a/xen/arch/x86/setup.c +++ b/xen/arch/x86/setup.c @@ -416,6 +416,8 @@ static void *__init move_memory( return NULL; } +#undef BOOTSTRAP_MAP_LIMIT + static uint64_t __init consider_modules( uint64_t s, uint64_t e, uint32_t size, const module_t *mod, unsigned int nr_mods, unsigned int this_mod) -- 2.30.2